home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_a_d / dyndlg.zip / DYNDLG.DEF < prev    next >
Text File  |  1992-07-21  |  281b  |  19 lines

  1. NAME    DynDlg
  2.  
  3. DESCRIPTION 'A minimum Application'
  4.  
  5. EXETYPE WINDOWS
  6.  
  7. STUB    'WINSTUB.EXE'
  8.  
  9. CODE    PRELOAD DISCARDABLE
  10. DATA    PRELOAD MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE    1024
  13. STACKSIZE   5120
  14.  
  15. EXPORTS
  16.     MainWndProc   @1
  17.     AboutBox      @2
  18.     SpecialDlgBox @3
  19.